Implement -l/--list for `cargo package`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 13 Nov 2014 06:28:30 +0000 (22:28 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 14 Nov 2014 01:29:35 +0000 (17:29 -0800)
commit229e1e43545ac296ee06f086bb30cef029ef12c5
tree3ec743794e94a04b5485367ed914426d5b8e6b1d
parent3e578c969e67c2c07277e5ff6ceddaab2ac4295f
Implement -l/--list for `cargo package`

This provides a method of listing the files that will be in a package without
actually creating one.

Closes #855
src/bin/package.rs
src/cargo/ops/cargo_package.rs
src/cargo/ops/registry.rs
tests/test_cargo_package.rs